home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 September / Macworld (1998-09).dmg / Shareware World / Info / For Developers / MacZoop 1.8.3 / Projects / Small Demo Project / Read Me (Show Off) < prev    next >
Text File  |  1998-06-15  |  2KB  |  25 lines

  1. The project in this folder is here to show you how MacZoop is generally used to make real applications, as well as to show off some of the more advanced classes and dialog support.
  2.  
  3. This opens PICT files into a GWorld using ZGWorldWindows, so you can look at how graphics works. Drag/Drop is supported- try dragging PICT files or clippings into an open window. (Dragging from the window is not implemented here, though to do so would be simple).
  4.  
  5. ZGWorldWindow also illustrates the correct use of the palette manager and picture utilites package to make the best use of indexed-colour screens.
  6.  
  7. It also opens a number of dialogs based on ZDialog to show the different types. Dialog 1 is a moveable modal dialog featuring buttons, icons, PICTs, edit fields, user items, pop-up controls, 'ictb' resource usage and colour. Dialog 2 is a simple non-moveable modal dialog, and Dialog 3 is  modeless dialog with fields, buttons and a user item. All of them are handled by the basic ZDialog class.
  8.  
  9. Version 1.8.2 improves a number of features in the demo:
  10.  
  11. Test Progress Dialog shows how the progress dialog looks and behaves. This simply loops 10,000 times updating the progress bar. This now displays "time remaining".
  12.  
  13. Scan Folder shows off the ZFolderScanner class- it allows you to pick a folder with a standard file dialog, then it uses a progress dialog to list every file in the folder hierarchy as it is encountered. It doesn't actually do anything with the files. 
  14.  
  15. Test Notification... waits 5 seconds, then throws an exception. The 5 seconds gives you enough time to switch the app into the background- if you do so you'll see how the Notification operates.
  16.  
  17. You can now open several different standard window types, since New has been reorganised into a hierarchical menu.
  18.  
  19. Font and Style menus have been added so you can see how these operate when a text window is active.
  20.  
  21. The "modal" dialog demo shows how the password field flag option operates.
  22.  
  23. If you have installed Navigation Services, the demo will now use these new interfaces.
  24.  
  25. G.C. 15/6/98